home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Apps
/
ScreenSavers
/
BackSpaceViews
/
StarShipView.BackModule
/
Warp1.bproj
/
Warp1Common.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
300 b
|
10 lines
typedef struct {
int isAnim; //process tiffs from anim folder
int maxAnimFiles; // how many files in anim directory
char *animDirName; // name of the anim directory
List *imageList; //list of images
char *imageName; //name of main image file or anim folder
} ImageStruct;